Choice

Undocumented in source.

Constructors

this
this(string name, ChoiceResult function(Choice* self, ref Terminal t, ref RealTimeConsoleInput input, in CompilationOptions opts) onSelected, bool shouldTime, string function() updateChoice, bool scriptOnly)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(Choice other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(string choiceName)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

name
string name;
Undocumented in source.
onSelected
ChoiceResult function(Choice* self, ref Terminal t, ref RealTimeConsoleInput input, in CompilationOptions opts) onSelected;
Undocumented in source.
scriptOnly
bool scriptOnly;
Undocumented in source.
shouldTime
bool shouldTime;
Undocumented in source.
updateChoice
string function() updateChoice;
Undocumented in source.

Meta